Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1ObservableCollection<T> Class / C1ObservableCollection<T> Constructor / C1ObservableCollection<T> Constructor(IList<T>)
The IList list that is wrapped by the new collection.

In This Topic
    C1ObservableCollection<T> Constructor(IList<T>)
    In This Topic
    Initializes a new instance of the C1ObservableCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As IList(Of T) _
    )
    public C1ObservableCollection<T>( 
       IList<T> list
    )

    Parameters

    list
    The IList list that is wrapped by the new collection.
    See Also